home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / smate312.zip / TESTA.FRM < prev    next >
Text File  |  1992-02-22  |  472b  |  27 lines

  1. This shows all of the report variables available.
  2.  
  3. ^afname
  4. leg(^afname,"*")
  5. ^alname
  6. leg(^alname,"*")
  7. ^ahaddress1
  8. leg(^ahaddress1,"+")
  9. ^ahaddress2
  10. leg(^ahaddress2,"&")
  11. ^ahcity, ^ahstate ^ahzip
  12. leg(^ahcity,"|")  leg(^ahstate,"\") leg(^ahzip,"$")
  13.  
  14. ^ahphone
  15. leg(^ahphone,"%")
  16.  
  17. ^abaddress1
  18. leg(^abaddress1,"+")
  19. ^abaddress2
  20. leg(^abaddress2,"&")
  21. ^abcity, ^abstate ^abzip
  22. leg(^abcity,"|")  leg(^abstate,"\") leg(^abzip,"$")
  23.  
  24. ^abphone
  25. leg(^abphone,"%")
  26.  
  27.